projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
720ca63
)
trivial whitespace fix
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 6 Apr 2013 14:38:26 +0000
(10:38 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Sat, 6 Apr 2013 14:48:56 +0000
(10:48 -0400)
gdk/wayland/gdkkeys-wayland.c
patch
|
blob
|
history
diff --git
a/gdk/wayland/gdkkeys-wayland.c
b/gdk/wayland/gdkkeys-wayland.c
index 6cb0a964cd07e17fca0d25676ff26e296c4ddf17..a7427045af44b96f2cc5da70db36b44e735dc3ec 100644
(file)
--- a/
gdk/wayland/gdkkeys-wayland.c
+++ b/
gdk/wayland/gdkkeys-wayland.c
@@
-195,9
+195,9
@@
gdk_wayland_keymap_get_entries_for_keycode (GdkKeymap *keymap,
num_levels = xkb_keymap_num_levels_for_key (xkb_keymap, hardware_keycode, layout);
for (level = 0; level < num_levels; level++)
{
-
const xkb_keysym_t *syms;
-
int num_syms;
-
num_syms = xkb_keymap_key_get_syms_by_level (xkb_keymap, hardware_keycode, layout, 0, &syms);
+ const xkb_keysym_t *syms;
+ int num_syms;
+ num_syms = xkb_keymap_key_get_syms_by_level (xkb_keymap, hardware_keycode, layout, 0, &syms);
if (keys)
{
(*keys)[i].keycode = hardware_keycode;